QueryAction

This method returns several values that determine if a new action is available.

Syntax: imaG.QuaryAction draw , edit , selectall , cutpaste
draw (boolean) ByRef argument that determines if draw actions are available.
edit (boolean) ByRef argument that determines if edit actions are available.
selectall (boolean) ByRef argument that determines if select all action is available.
cutpaste (boolean) ByRef argument that determines if cut or paste action is available.

DRAW ACTIONS (methods and properties)

Brightness Cls Contrast DrawCircle
DrawLine DrawPoint DrawString Gamma
GetPalette GetScanLine GrayScale Invert
LoadPicture Mirror PaintPicture Picture
Point Rotate SavePicture SetPalette
SetScanLine Sharpen Soften Filter

SELECT ALL ACTIONS (methods)

SelectAll      

CUT PASTE ACTIONS (methods)

Cut Paste    

See Redraw , Test